[index]

WindowColor Property

Syntax

set the windowColor to <color> Applies to card windows

Description

The windowColor property changes the color of the unused pixels on a screen. For example, if your screen is 800 pixels wide by 600 pixels high, and your card is only 512 pixels wide by 342 pixels high, windowColor changes the color of the area surrounding your card. The range for colors is identified by numbers from 0 to 255. In addition, 16 colors can be referred to by name. See on page .

Notes

To see the windowColor, you must set fullscreen to true.

Examples

Create a new card. For Windows, maximize the card by clicking the maximize button on right side of the card's title bar. Now type the following line in the Message Box and press Enter: set the centeredWindow to true This will place the card in center of the current window. Next type the following in the Message Box and press Enter: set the windowColor to blue
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.